getZIndex

open fun getZIndex(): Int

Gets the Z-index (stacking order) of this control.

Controls with higher Z-index values are generally displayed on top of controls with lower Z-index values.

Gets the Z-index of this WebView.

The Z-index determines the stacking order of views. Views with a higher Z-index will be displayed on top of views with a lower Z-index.

Return

The Z-index of this WebView.